Move paging defcustoms
authorjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 01:09:29 +0000 (21:09 -0400)
committerjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 01:09:29 +0000 (21:09 -0400)
which-key.el

index e30e9001197fddc9a6654d7f8b88c9fa378273be..865712e4caa5d6f59c69b2cf099cd6c7f64c7dd7 100644 (file)
@@ -189,6 +189,17 @@ description."
   :group 'which-key
   :type 'function)
 
+(defcustom which-key-paging-prefixes '()
+  "Enable paging for these prefixes."
+  :group 'which-key
+  :type '(repeat string))
+
+(defcustom which-key-paging-key "<f5>"
+  "Key to use for changing pages. Bound after each of the
+prefixes in `which-key-paging-prefixes'"
+  :group 'which-key
+  :type 'string)
+
 ;; Faces
 (defface which-key-key-face
   '((t . (:inherit font-lock-constant-face)))
@@ -238,17 +249,6 @@ ignored."
   :group 'which-key
   :type 'function)
 
-(defcustom which-key-paging-prefixes '()
-  "Enable paging for these prefixes."
-  :group 'which-key
-  :type '(repeat string))
-
-(defcustom which-key-paging-key "<f5>"
-  "Key to use for changing pages. Bound after each of the
-prefixes in `which-key-paging-prefixes'"
-  :group 'which-key
-  :type 'string)
-
 (defvar which-key-inhibit nil
   "Prevent which-key from popping up momentarily by setting this
 to a non-nil value for the execution of a command. Like this